Revision: debian-dir--make--1.0--patch-4
Archive: srivasta@debian.org--etch
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Tue Dec  6 11:20:50 CST 2005
Standard-date: 2005-12-06 17:20:50 GMT
Modified-files: changelog local.mk
New-patches: srivasta@debian.org--etch/debian-dir--make--1.0--patch-4
Summary: Really remove texinfo.tex
Keywords: 

It was brought to my attention that make still FTBS for some people, even
though the buildd's do not seem to have a problem. On investigation, if
one does an apt-get source make, ./config/texinfo.tex is still there:
merely removing it from my working tree does not remove it from the
unpacked, patched source tree, since diff merely ignores file
deletions. I worked for me, since the file was actually gone from my
working dir; it worked on buildd's, since they never remake the arch
independent parts. So, now we aggressively delete ./config/texinfo.tex
all through the build and clean process.

* local.mk (CLN-common): Make sure that ./config/texinfo.tex is really gone

* changelog: This allows us to close 334953
